home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / netmail / gmsg415.zip / CONF-PGP.TXT < prev    next >
Text File  |  1994-07-30  |  6KB  |  128 lines

  1. #-------------------------------------------------------------------------
  2. # This is a Sample Config.TXT file for use with PGP 2.21 and PGPShell or
  3. # GenMsg.  Please READ the COMMENTS, and adjust as required for your use!
  4. #-------------------------------------------------------------------------
  5. # Keywords are not case-sensitive.  
  6. #
  7. # MyName is substring (a PART of the string is sufficient) of default user
  8. # ID for secret key to make signatures.
  9. # If not set, PGP will use the first key on your secret keyring (the last
  10. # key you created) if you don't specify the user with -u
  11. #
  12. # NOTE:
  13. #  PGPShell and early versions of GenMsg EXPECT this to be setup to point
  14. # to YOUR KEY!  Recent versions of GenMsg provide for setting this value
  15. # in GenMsg.ini using the keyword of KeyName=<string>
  16. #
  17. #MyName = "your name"
  18. #-------------------------------------------------------------------------
  19. # The language we will be using for displaying messages to the user.  
  20. #
  21. # Available languages:
  22. #   en = English (default), es = Spanish, fr = French, 
  23. #   de = German, nl = Dutch, it = Italian, esp = Esperanto,
  24. #   lv = Latvian, lt3 = Lithuanian, ru = Russian
  25. #
  26. # Languages not yet available:
  27. #   fi = Finnish, hu = Hungarian, no = Norwegian, pt = Portugese,
  28. #   sv = Swedish, da = Danish, is = Icelandic,
  29. #   zh = Chinese, ko = Korean, ar = Arabic, iw = Hebrew,
  30. #   el = Greek, tr = Turkish, ja = Japanese
  31. #
  32. # Most of these codes are the ISO 639-1988 2-letter "Codes for
  33. # Representation of Names of Languages"
  34. #
  35. # NOTE: PGPShell and GenMsg work fine with NONE of these enabled!
  36. #
  37. #Language = en
  38. #-------------------------------------------------------------------------
  39. # Character set for displaying messages and for conversion of text files.
  40. # If you set this variable to cp850, ascii or alt_codes, PGP will do
  41. # character set conversions if TextMode = on or if you specify the -t
  42. # option when encrypting or signing a file.
  43. # Available character sets:
  44. #   latin1, cp850, alt_codes, koi8, ascii
  45. #
  46. # For MSDOS with a standard character set you should use cp850 to get
  47. # correct character translations.  Russian character sets for MSDOS are
  48. # usually alt_codes.
  49. #
  50. # The default for CharSet is "noconv" which means no character conversion.
  51. # Note that noconv, latin1, and koi8 are all treated as equivalent.
  52. #
  53. # NOTE: PGPShell and GenMsg work FINE with none of these enabled!
  54. #
  55. #CharSet = cp850
  56. #-------------------------------------------------------------------------
  57. # TMP is the directory name for PGP scratch files, usually a RAM disk.
  58. #TMP = "E:\temp"
  59. # Can be overridden by environment variable TMP
  60. #-------------------------------------------------------------------------
  61. # Pager is the file viewing program used for viewing messages with -m
  62. # If not set or set to "pgp", a built-in pager will be used.  The pager set
  63. # in config.txt will override the environment variable PAGER.
  64. #
  65. # NOTE: This where you enable the utility List for viewing PGP output.
  66. # PGPShell and GenMsg work fine either way, but using List is nice...!
  67. #
  68. Pager = "list"
  69. #-------------------------------------------------------------------------
  70. # ArmorLines is the maximum number of lines per packet when creating a
  71. # transport armored file.  Set to 0 to disable splitting in parts.
  72. # NOTE: SETTING THIS TO 0 (ZERO) is a REALLY GOOD IDEA for use with
  73. # GenMsg, PGP or SSD!
  74. Armorlines = 0
  75. #-------------------------------------------------------------------------
  76. #--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!-
  77. # Default flags to set...
  78. #
  79. # NOTE: NONE, REPEAT NONE of these should be enabled !!!
  80. #
  81. # Armor = on          # Use -a flag for ASCII armor whenever applicable
  82. # TextMode = on       # Attempt to use -t option where applicable
  83. # KeepBinary = on     # Decrypt will not delete intermediate .pgp file
  84. # compress = off      # off means suppress compression to aid debugging
  85. # showpass = on       # Echo password when user types it
  86. # encrypt_to_self = on # Ecnrypt to myself as well...
  87. # ONE MORE TIME... Do NOT enable any of the above!!!
  88. #--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!--!-
  89. #-------------------------------------------------------------------------
  90. #
  91. # Uncomment any of the following to do as the comment says instead of
  92. # the default.
  93. # Setting Verbose to 0 is not a bad idea...
  94. #
  95. verbose = 0         # turn off all non-essential output
  96. # interactive = on    # Prompt before adding each key to pubring.pgp
  97.  
  98.  
  99. #-------------------------------------------------------------------------
  100. # BakRing is the path to a backup copy of your secret keyring, usually
  101. # on floppy disk.  Your secret keys will be compared with the backup copy
  102. # when doing a keyring check (pgp -kc)
  103. #BakRing = "c:\bak\pvtkey.pgp"
  104. #-------------------------------------------------------------------------
  105. # Number of completely trusted signatures needed to make a key valid.
  106. Completes_Needed = 1
  107. #-------------------------------------------------------------------------
  108. # Number of marginally trusted signatures needed to make a key valid.
  109. Marginals_Needed = 2
  110. #-------------------------------------------------------------------------
  111. # How many levels of introducers may introduce other introducers.
  112. Cert_Depth = 4
  113. #-------------------------------------------------------------------------
  114. # TZFix is hours to add to time() to get GMT, for GMT timestamps.
  115. # Since MSDOS assumes local time is US Pacific time, and pre-corrects 
  116. # Pacific time to GMT, make TZFix=0 for California, -1 for Colorado, 
  117. # -2 for Chicago, -3 for NY, -8 for London, -9 for Amsterdam.  
  118. # However, if your MSDOS environmental variable TZ is properly defined 
  119. # for your timezone, you can leave TZFix=0.  Unix systems probably 
  120. # shouldn't need to worry about setting TZFix.
  121. # TZFix = 0
  122. #
  123. # NOTE: GenMsg REQUIRES the environmental variable TZ to be set... so use
  124. # it instead of PGPs' TZFix parameter!!!
  125. #-------------------------------------------------------------------------
  126.  
  127.